home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_100_play morph movie = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  300 b   |  13 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   set the movieTime of sprite 7 to 0
  7.   set the movieRate of sprite 7 to 1
  8. end
  9.  
  10. on mouseLeave
  11.   set the cursor of sprite the currentSpriteNum to 0
  12. end
  13.